From ccafccdb5fcc952c79b92d7b33aabc3654bcd262 Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Sat, 9 Feb 2019 18:05:31 +0100 Subject: [PATCH] d/xen-utils-common.install: ship /etc/default/xen This file has been in the package before, it contained TOOLSTACK= to switch between xm and xl. It was abandoned and never cleaned up, so old installs still have this file. Ship it again. Signed-off-by: Hans van Kranenburg Acked-by: Ian Jackson --- debian/control | 1 + debian/xen-utils-common.install | 3 +++ 2 files changed, 4 insertions(+) mode change 100644 => 100755 debian/xen-utils-common.install diff --git a/debian/control b/debian/control index 72dc3e76de..167f8dfcc0 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Section: admin Standards-Version: 3.9.4 Build-Depends: debhelper (>= 10), + dh-exec, autotools-dev, dpkg-dev (>= 1.16.0~), rdfind, diff --git a/debian/xen-utils-common.install b/debian/xen-utils-common.install old mode 100644 new mode 100755 index 0f6cb8e3c2..6f48749139 --- a/debian/xen-utils-common.install +++ b/debian/xen-utils-common.install @@ -1,8 +1,11 @@ +#! /usr/bin/dh-exec --with=install + etc/xen/scripts etc/xen/xl* etc/bash_completion.d/xl.sh usr/share/bash-completion/completions/ etc/default/xendomains +etc/default/xencommons => /etc/default/xen etc/xen/oxenstored.conf usr/bin -- 2.30.2